←Select platform

Move Method

Summary
Moves an item to a new index.
Syntax
C#
Objective-C
Java
public void Move( 
   int oldIndex, 
   int newIndex 
) 
- (void)moveFrom:(NSUInteger)oldIndex to:(NSUInteger)newIndex NS_SWIFT_NAME(move(from:to:)); 
public void move(int oldIndex, int newIndex) 

Parameters

oldIndex
Existing 0-based index of the item.

newIndex
New 0-based index of the item.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.